More dired-x cleanup.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Feb 2011 04:50:47 +0000 (20:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Feb 2011 04:50:47 +0000 (20:50 -0800)
commit4362a4b8e36ee37526f601dac1485d05a97f2c0d
treea6f353d738f9b91bfd134151f89bb5c695bb45ab
parent9132e18a71eae508301e6304bef51e713464ccb6
More dired-x cleanup.

* lisp/dired-x.el (dired-clean-up-after-deletion):
kill-buffer does not need save-excursion.
(dired-do-run-mail): Doc fix.
(dired-filename-at-point): Doc fix.
Use looking-at, and skip-chars rather than re search.
(skip-chars were used prior to CVS rev 1.47, and are ok to use again
since Emacs 22.1, because char-classes are supported.)
lisp/ChangeLog
lisp/dired-x.el